Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1SelectionManager<T> Class / SelectionChanging Event

In This Topic
    SelectionChanging Event (C1SelectionManager<T>)
    In This Topic
    Fired when the selection is changing.
    Syntax
    'Declaration
     
    
    Public Event SelectionChanging As SelectionChangedEventHandler
    public event SelectionChangedEventHandler SelectionChanging
    Event Data

    The event handler receives an argument of type SelectionChangedEventArgs containing data related to this event. The following SelectionChangedEventArgs properties provide information specific to this event.

    PropertyDescription
     
    (Inherited from System.Windows.RoutedEventArgs)
     
    See Also